home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Life 1997 February
/
Computer Life February 1997.iso
/
S
/
wws9530
/
Product
/
WORDSRCH.EXE
/
0
/
RCDATA
/
TIMPORT
/
TIMPORT.txt
Wrap
Text File
|
1996-03-09
|
2KB
|
91 lines
object Import: TImport
Left = 323
Top = 107
BorderStyle = bsDialog
Caption = 'Import'
ClientHeight = 386
ClientWidth = 190
Font.Color = clBlack
Font.Height = -17
Font.Name = 'Arial'
Font.Style = []
PixelsPerInch = 120
Position = poScreenCenter
Scaled = False
OnShow = FormShow
TextHeight = 19
object ListBox1: TListBox
Left = 8
Top = 72
Width = 173
Height = 281
ExtendedSelect = False
ItemHeight = 19
MultiSelect = True
Sorted = True
TabOrder = 1
end
object OpenFile: TButton
Left = 8
Top = 4
Width = 85
Height = 61
Caption = '&Open File'
TabOrder = 0
OnClick = OpenFileClick
end
object Ok: TButton
Left = 100
Top = 4
Width = 81
Height = 29
Caption = '&Ok'
TabOrder = 4
OnClick = OkClick
end
object Button1: TButton
Left = 100
Top = 36
Width = 81
Height = 29
Caption = '&Cancel'
TabOrder = 5
OnClick = Button1Click
end
object SelectAll: TButton
Left = 8
Top = 356
Width = 85
Height = 25
Caption = 'Select &All'
Font.Color = clBlack
Font.Height = -15
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
TabOrder = 2
OnClick = SelectAllClick
end
object Clear: TButton
Left = 100
Top = 356
Width = 81
Height = 25
Caption = 'C&lear'
Font.Color = clBlack
Font.Height = -15
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
TabOrder = 3
OnClick = ClearClick
end
object MyOpenDialog: TOpenDialog
DefaultExt = 'txt'
Filter = 'text (*.txt)|*.txt|all files (*.*)|*.*'
Title = 'Import Word List'
Left = 4
Top = 316
end
end